home *** CD-ROM | disk | FTP | other *** search
/ Aminet 12 / Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso / Aminet / util / misc / MultiUser18ext.lha / MultiUser / Extern / Amilock1.0 / headers / login_proto.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-07  |  367 b   |  12 lines

  1. extern void        INITKillButtons(void);        /* setup the kill routines*/
  2. extern void        KillButtons(void);        /* kill the buttons and keyboard*/        
  3. extern void        FINALRestoreButtons(void);    /* restore buttons and shut down.*/
  4. extern void        RestoreButtons(void);        /* restore buttons temporarely*/
  5.  
  6.  
  7. #define MAXPOS    100
  8. #define MAXDISP    22
  9. #define BS    '\b'
  10. #define CR    0xa
  11. #define NL    0xd
  12.